home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir26 / epi601_2.zip / FILES07.EXE / MATCHEX.PGM < prev    next >
Text File  |  1994-08-22  |  2KB  |  39 lines

  1. ECHO This example uses data from a case-control study in which
  2. ECHO cases of Toxic Shock Syndrome were interviewed and asked
  3. ECHO what brand of tampon they used.  Up to three controls per
  4. ECHO case, matched by age, were also interviewed.  An identification
  5. ECHO number ID was assigned so that each case and the matching
  6. ECHO contols would have the same ID.
  7. ECHO
  8. ECHO Performing the matched analysis in ANALYSIS requires giving
  9. ECHO the MATCH command in the following format:
  10. ECHO
  11. ECHO       MATCH  <ID> <Disease> <Exposure>
  12. ECHO
  13. ECHO In this study the command is:
  14. ECHO
  15. ECHO       MATCH ID CASE RELY
  16. ECHO
  17. ?Press Enter to READ the file RELY.REC and perform the above command ?
  18. READ RELY.REC
  19. MATCH ID CASE RELY
  20. ECHO Use the PgUp and PgDn keys to see the result.
  21. ?PgUp/PgDn or Enter to continue... ?
  22. ECHO
  23. ECHO
  24. ECHO MATCH actually performs a stratified Mantel-Haenszel analysis.
  25. ECHO Each stratum consists of a single case and its matched controls,
  26. ECHO and the tables are the same as would be produced by
  27. ECHO    TABLES CASE RELY ID
  28. ECHO in which ID, the third field specified, is the stratifier.
  29. ECHO Stratifying on the match ID variable basically allows stratifying
  30. ECHO on all the variables used for matching (AGE), without having to use
  31. ECHO these variables individually in the analysis.
  32. ECHO
  33. ECHO Several tables give the numbers of concordant (matching) and
  34. ECHO discordant results within case-control groups.
  35. ECHO
  36. ECHO ?Press Enter to leave ANALYSIS... ?
  37. QUIT
  38.  
  39.